xen: arm: improve early memory map readability
authorIan Campbell <ian.campbell@citrix.com>
Wed, 20 Nov 2013 13:46:41 +0000 (13:46 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 29 Nov 2013 09:26:07 +0000 (09:26 +0000)
Purely cosmetic, put a blank line after the early memory map to separate it
from the subsequent information. This looks better since the memory map is
preceded by a blank line too.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien.grall@linaro.org>
xen/common/device_tree.c

index 44253da1c7501e6688d41d35a406122d7ab77655..943b18185d5c96d181fafd2621cdbb5c63920818 100644 (file)
@@ -452,6 +452,7 @@ static void __init early_print_info(void)
         early_printk(" RESVD[%d]: %"PRIpaddr" - %"PRIpaddr"\n",
                      i, s, e);
     }
+    early_printk("\n");
 }
 
 /**